Global.List


Accessor for list global

prototype list Global.List( string name );

Parameters:
name : Name of the global to retrieve.

Return value:
Returns the list stored in the global.

Notes:
Returns an empty list if the global doesn't exist.

See also:
Global.Int, Global.Float, Global.Bool, Global.Handle, Global.String, Global.Set.